Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / GetProperty Method / GetProperty(OfficeArtFOPTEOPID,Int32,Boolean,Byte[]) Method


In This Topic
    GetProperty(OfficeArtFOPTEOPID,Int32,Boolean,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetProperty( _
       ByVal id As OfficeArtFOPTEOPID, _
       ByRef op As Integer, _
       ByRef fBid As Boolean, _
       ByRef complex() As Byte _
    ) As Boolean
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim id As OfficeArtFOPTEOPID
    Dim op As Integer
    Dim fBid As Boolean
    Dim complex() As Byte
    Dim value As Boolean
     
    value = instance.GetProperty(id, op, fBid, complex)
    public bool GetProperty( 
       OfficeArtFOPTEOPID id,
       out int op,
       out bool fBid,
       out byte[] complex
    )

    Parameters

    id
    op
    fBid
    complex
    See Also